home *** CD-ROM | disk | FTP | other *** search
/ Floppyshop 2 / Floppyshop - 2.zip / Floppyshop - 2.iso / diskmags / 0022-3.564 / dmg-0085 / 261.txt < prev    next >
Text File  |  1997-04-16  |  15KB  |  332 lines

  1. =========================================================================
  2.  
  3. INFO-ATARI16 Digest         Mon, 26 Feb 90       Volume 90 : Issue  261
  4.  
  5. Today's Topics:
  6.                          A couple of requests
  7.                          Directory Limits??!!
  8.                  Folder hierarchy and pathname length
  9.                       FORMATS NEEDED !!!!!!!!!!
  10.                             Phantom Typist
  11.                    SAMPLERS: The one that I want...
  12.                    SM124 mono monitor adjust query
  13.                  STE DMA sound (documentation posted)
  14. ----------------------------------------------------------------------
  15.  
  16. Date: 26 Feb 90 16:26:23 GMT
  17. From: chinet!saj@gargoyle.uchicago.edu  (Stephen Jacobs)
  18. Subject: A couple of requests
  19. Message-ID: <1990Feb26.162623.437@chinet.chi.il.us>
  20.  
  21. I have a couple of requests for information (maybe 3).
  22.  
  23. Has anyone seen a STacy offered for retail sale in the USA?
  24.  
  25. Has anyone seen a Mega ST offered for sale with TOS 1.4 as original equipment?
  26.  
  27. Would someone who knows more details about the Spectrum picture format than
  28. are given in the Baggett image formats list please explain the handling of
  29. palettes to me a bit more.  What I get from the list is that the image data
  30. looks just like a low rez screen, but that 3 palettes are loaded for each
  31. scan line; the palettes are somewhat abbreviated.  What pixel number does
  32. each palette take effect at?  Are these regular 16-word-long palettes?  If
  33. the docs with the package are good enough, I might buy it just for the docs,
  34. but with my lack of artistic ability, another paint program is the LAST
  35. thing I need.
  36.  
  37. I guess replies to the net are appropriate for the first 2 questions; mail
  38. or posting, your choice, for the third.
  39.  
  40. Thanks.                              Steve J.
  41.  
  42. ------------------------------
  43.  
  44. Date: 26 Feb 90 17:44:15 GMT
  45. From: maytag!water!ljdickey@iuvax.cs.indiana.edu  (L.J.Dickey)
  46. Subject: Directory Limits??!!
  47. Message-ID: <3031@water.waterloo.edu>
  48.  
  49. In article <276.25E65B7C@uscacm.UUCP> Ron.Hollins@uscacm.UUCP (Ron Hollins)
  50.  writes:
  51. >
  52. > Question:  Is there a limit to the total number of files that a
  53. >double-sided floppy disk can contain. (I'm NOT refering to the 40
  54. >folder limit). I suspect that the 'FAT' must have a ceiling to it.
  55. >If someone does know this 'magic' number , might you also suggest a
  56. >technique to trap for this disk 'error'.  I'm using GFA 3.07
  57.  
  58. I think that there is a limit of 100 objects (files or directories) at
  59. the top level.  I seem to recall, however, that in a sub-directory,
  60. there is no such limit.  On the other hand, there is another limit that
  61. may get you:  my experience is that each file consumes at least 1K of
  62. space, no matter how small it is.  I think this means that a floppy
  63. formatted with 709K bytes will be limited to 708 or so files, 99 at
  64. the root level, and the rest in a sub-directory.  I have never tried
  65. to pack such a disk, has anyone else?
  66.  
  67. --
  68.     L. J. Dickey, Faculty of Mathematics, University of Waterloo.
  69.         ljdickey@water.UWaterloo.ca     ljdickey@water.BITNET
  70.         ljdickey@water.UUCP             ..!uunet!watmath!water!ljdickey
  71.         ljdickey@water.waterloo.edu
  72.  
  73. ------------------------------
  74.  
  75. Date: 26 Feb 90 08:31:12 GMT
  76. From: mcsun!unido!laura!klute%heike.informatik.uni-dortmund.de@uunet.uu.net
  77.  (Rainer Klute)
  78. Subject: Folder hierarchy and pathname length
  79. Message-ID: <2018@laura.UUCP>
  80.  
  81. In article <2051@atari.UUCP> apratt@atari.UUCP (Allan Pratt) writes:
  82. >Most people don't open a file 40 directories down in
  83. >their heirarchy, or two folders each 20 (different) levels down, or
  84. >whatever.
  85.  
  86. Hmm, is that really possible? I once tried out how deep a file
  87. could be nested in the file system hierarchy. From the desktop
  88. I created a folder "1" in the root directory, then a folder "2"
  89. within "1" and so on. I ended with folder "8" and got a message
  90. which told me that it is not possible to create a folder so
  91. deep in the index structure. To open a file 20 or 40 levels
  92. deep in the file system should not be possible.
  93.  
  94. Now you can calculate the maximum pathname length: 3 (drive id,
  95. colon, backslash) + 8 (max. folder nesting) * (8+1+3+1)
  96. (basename (folder), dot, extension, backslash) + (8+1+3)
  97. (basename (file), dot, extension) + 1 (string terminating null
  98. character) = 120.
  99.  
  100. Many (most?) programs do not care for pathnames of that length.
  101. For example I got 1st Word Plus to bomb out when I tried to
  102. open a file "D:\11111111.111\...\88888888.888\TEST.DOC".
  103. Probably the internal pathname buffer is to small and longer
  104. names overwrite other data. My Laser C documentation says that
  105. a 64 byte buffer for the dirname portion of a pathname is
  106. sufficient. However, I do not know what the official Atari
  107. developer's documentation says.
  108.  
  109. Any comments?
  110.  
  111.   Dipl.-Inform. Rainer Klute      klute@heike.informatik.uni-dortmund.de
  112.   Univ. Dortmund, IRB             klute@unido.uucp, klute@unido.bitnet
  113.   Postfach 500500         |)|/    ...uunet!mcvax!unido!klute
  114. D-4600 Dortmund 50        |\|\    Tel.: +49 231 755-4663
  115.  
  116. ------------------------------
  117.  
  118. Date: 26 Feb 90 11:55:06 GMT
  119. From: mcsun!sunic!lth.se!newsuser@uunet.uu.net  (Peter Tomaszewski)
  120. Subject: FORMATS NEEDED !!!!!!!!!!
  121. Message-ID: <1990Feb26.115506.20584@lth.se>
  122.  
  123. %/%/%/%/%/%/%/%/%/%/%/%/%/%/%/%/%/%/%/%/%/%/%/%/%/%/%/%/%/%/%/%/%/%/%/%/%/%/%/%
  124.  
  125. I need help with the disk-formats of the following samplers:
  126.  
  127. - Emax/Emax II
  128.  
  129. - Akai S900/S950/S1000
  130.  
  131. - Ensoniq Mirage/Eps
  132.  
  133. - Korg Dss1
  134.  
  135. - Yamaha ?
  136.  
  137. - Any other 16/12/8-bit sampler with 3.5'' disks.
  138.  
  139. Addresse to the above companies in USA are welcome.
  140.  
  141. E-mail to: d88pt@efd.lth.se
  142.  
  143. %/%/%/%%/%/%/%/%/%/%/%/%/%/%/%/%/%/%/%/%/%/%/%/%/%/%/%/%/%/%/%/%/%/%/%/%/%/%/%/
  144.  
  145. ------------------------------
  146.  
  147. Date: 26 Feb 90 05:58:25 GMT
  148. From:
  149.  imagen!atari!portal!portal!cup.portal.com!Bob_BobR_Retelle@ucbvax.Berkeley.EDU
  150. Subject: Phantom Typist
  151. Message-ID: <27334@cup.portal.com>
  152.  
  153. Max J asked:
  154. >I used to use Flash occasionally as an editor while online ( before I switch
  155. >to Uniterm :~) - thanks Simon!), but I never ran across the phantom typist
  156. >while doing so - in fact I've never had it happen to me.  I have the 85 ROMs
  157. >and normally have some fairly minor accessories running - the control panel
  158. >and so forth.  What kind of things were you doing when it hit?
  159.  
  160. I've used FLASH as my "editor of choice" for all my ST-Log articles, my
  161. Dungeon Master hintbook, and most of my other text editing.. it doesn't have
  162. all the "bells and whistles" of the "real" wordprocessors, but then again,
  163. my applications have never required any of those features..
  164.  
  165. Essentially the same symptoms as reported by others, using other programs,
  166. occurred...  I would be typing in new text at the bottom of the text buffer..
  167. A series of quick backspaces would trigger the "phantom typist", resulting
  168. in the last 10 or so characters being repeated over and over, until the syste
  169. crashed...
  170.  
  171. It didn't happen often, but when it did, it was terribly annoying...
  172.  
  173. I wonder if Ken knows where I can buy a new supply of dried chicken blood..?
  174.  
  175. BobR
  176.  
  177. ------------------------------
  178.  
  179. Date: Thu, 1 Feb 90  17:17 GMT
  180. From: "sometimes known as Fraser..."
  181.  <ZDEE050%elm.cc.kcl.ac.uk@NSFnet-Relay.AC.UK>
  182. Subject: SAMPLERS: The one that I want...
  183.  
  184. SAMPLERS: I have been trying to find a decent sampler at "the right price".
  185. What I need is something a bit more professional then the likes of REPLAY
  186. (8-bit, mono, minimal MIDI, designed for L-M Rez gaming types....), but not
  187. quite up to ADAPI,II,AKAI-S900 spec.
  188.  
  189. In fact, what I could do with is (in order of importance):
  190. At least 2 outputs (pref 4) and able to bung different sounds down each.
  191. A good MIDI control - not just note on/off, pitch etc, but control too.
  192. Support/upgrades etc.
  193. 12 bits (though 8 can still sound good)
  194. Good Mono display.
  195. Priced 200-300 quids. (Pounds Sterling to you across the pond....)
  196.  
  197. I have looked quite a bit, and no body seems to have a package to fit the bill.
  198. I had hoped Germany would have something - Their stuff is generally 10-20 times
  199. better then UK offerings, but my best chance seams to be the ProSampler by
  200. Galaxy coming out in March (so they say...). G-Datas' AS sound sampler III is
  201. 16 bit MONO! no good for me.....
  202.  
  203. As for the Britsh offerings, Tony Racine at AVR has some good ideas, except
  204. that he does not think the market exists for what I want. I put this down to
  205. him not knowing about the recording industry. (Think: Most Studios have at
  206. least one ST (for running Pro-24 etc) so a good sampler using a Mega as control
  207. and memory would really sell. If the studios use them, bedroom studios like
  208. mine will too to maintain compatability)
  209.  
  210. The biggest joke is POWER COMPUTING (I noticed that someone else on the net
  211. seems to question this firm....). They "market" MOUSE MUSIC, which on paper
  212. looks good (8 bits only, but Stereo, so more than one ouput), but talking to
  213. various people (including Chris, the programmer) got me worried, there were
  214. problems they said.... So I asked Power Computing for a Demo. The weeks passed,
  215. Ken (of PC) kept saying it would be with me of friday/friday/friday etc. What
  216. finally convinced me was when Chris left the company - after falling out with
  217. the hardware designer! I would never now touch Power Computing with a
  218. bargepole, a very very long one too!
  219.  
  220. So: If anyone out there knows of a Sampler that has multiple outs, please let
  221. me know!!!
  222.  
  223. Thanks,
  224.  
  225. Fraser Stephens, UK.AC.KCL.CC.OAK::ZDEE050
  226.  
  227.  
  228.  
  229. ------------------------------
  230.  
  231. Date: 24 Feb 90 22:49:54 GMT
  232. From: att!oucsace!bwhite@ucbvax.Berkeley.EDU  (Bill White)
  233. Subject: SM124 mono monitor adjust query
  234. Message-ID: <1151@oucsace.cs.OHIOU.EDU>
  235.  
  236. In article <2137@rodan.acs.syr.edu>, jfbruno@rodan.acs.syr.edu (John F. Bruno)
  237.  writes:
  238. >
  239. >   My monochrome SM124 monitor has a problem where the right side of
  240. > the screen is shorter than the left side, so the screen isn't a
  241. > perfect rectangle.  Has anyone else had this problem? Is it even
  242. > fixable?  There aren't any Atari Service Centers nearby (of course)
  243. > and I don't really feel like forking over a flat rate service charge
  244. > for something that (I hope) is a simple adjustment to make...
  245. >
  246. > I'd appreciate any help w/this
  247. >
  248. > ---jb (jfbruno@rodan.acs.syr.edu)
  249.  
  250.         My guess is that it's probably either 1) magnetic fields, or 2)
  251. assymetry in the yoke compensation magnets.
  252.         If it's the first problem, check and make sure nothing is sitting
  253. near your monitor that could be making magnetic fields.  If you move a
  254. peripheral and your distortion goes away, that's it.  If not, try degaussing
  255. your monitor screen.
  256.         You can do this yourself if you have a degaussing coil (which you
  257. can get at a TV repair shop) or you can bring the monitor to a TV repair
  258. shop and have it done for you.  To use a degaussing coil, first take your
  259. monitor AWAY FROM ANY MAGNETIC-SENSITIVE MEDIA (floppies, hard drive, etc)
  260. and place it on a large flat surface, sitting normally.  Try and make the
  261. video cable connect to it (you can move the computer too, it isn't magnetic
  262. sensitive as long as there's no floppy disk in it).  Just keep the computer
  263. as far away as the monitor cable will allow.
  264.         Boot up and get something on the screen, and then plug in the
  265. degaussing coil, at least 6' away from the monitor.  Using a reciprocating
  266. motion, move the coil around and slowly bring it towards the front of the
  267. monitor.  You should be making a big enough circle so that your hands go
  268. in a path about 4' or so in diameter.  bring it up to the point where the
  269. screen is very distorted, about 4" distance or so (depending on your
  270. degaussing coil this may be more or less), and slowly bring it backwards,
  271. keeping the same reciprocating motion until you're at least 6' away again.
  272.         Repeat the procedure on the top and sides of the monitor.  DO NOT
  273. PERFORM THIS OPERATION ON THE BACK OF THE MONITOR!  To do so would be
  274. extremely dangerous to both you and the monitor.
  275.  
  276.         If this doesn't help, then your problem is in the CRT's yoke
  277. compensator magnets, most likely.  Unless you have experience in aligning
  278. these, I'd suggest you take your monitor to a computer repair shop, give
  279. them the specifics of horizontal and vertical scan frequencies, and let
  280. them do it.  It can be a very difficult procedure.
  281.         If your monitor doesn't have adjustable compensator magnets, you're
  282. out of luck.  If you really want a rectangular screen, you'll have to get
  283. a new CRT (probably $200 or so).
  284.  
  285.                                         Bill White
  286.                                         bwhite@oucsace.cs.ohiou.edu
  287.  
  288. ------------------------------
  289.  
  290. Date: 26 Feb 90 06:24:50 GMT
  291. From:
  292.  imagen!atari!portal!portal!cup.portal.com!Bob_BobR_Retelle@ucbvax.Berkeley.EDU
  293. Subject: STE DMA sound (documentation posted)
  294. Message-ID: <27336@cup.portal.com>
  295.  
  296. Allan Pratt asks, in reference to the posting of some technical data about
  297. the STE's sound:
  298.  
  299. >Why was this article posted?  That information is available to all
  300. >developers, is of limited interest to anyone else, and is protected by
  301. >the nondisclosure agreement between developers and Atari.
  302.  
  303. Well, it was probably posted by someone who's tired of Atari's stupid,
  304. restrictive policies about who gets to know the details about the computers
  305. they've purchased...   only the "elite" developers who've passed the
  306. intitiation rites and paid the initiation fee prescribed by Atari are worth
  307. Atari's time or effort.. (as recently noted by KenB@Atari)
  308.  
  309. >I don't want to be a bad guy about this, but you shouldn't just key
  310. >in Atari documentation and post it.
  311.  
  312. I don't think anyone here thinks Allan (or Ken) are "bad guys" because they
  313. follow company policy...  (not even *me*... would you believe it..??)
  314.  
  315.  
  316. >Among the reasons is that you can get it wrong, or leave
  317. >out important stuff, and people will complain to us about things which
  318. >are not our fault.
  319.  
  320. OK, "people"... go ahead and write us the most incredible sound programs
  321. we've ever seen (or heard), but if they're based on the information you
  322. read here, and not on "official" Atari documentation, don't complain
  323. to Allan, or Ken, or anyone at Atari... OK..?
  324.  
  325.  
  326. BobR
  327.  
  328. ------------------------------
  329.  
  330. End of INFO-ATARI16 Digest V90 Issue #261
  331. *****************************************
  332.